PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowImageContent Class / isSizeRelativeToAvailableSpace Method
In This Topic
    isSizeRelativeToAvailableSpace Method
    In This Topic
    Gets a value indicating how the image size is interpreted.
    Syntax
    public boolean isSizeRelativeToAvailableSpace()

    Return Value

    True if the form XObject size ( getImageWidth, getImageHeight methods) is a percentage of the available space, false is the formXObject size is given in absolute values.
    See Also